string str = @"C:\Users\Documents\ConsoleApplication1\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe"; Process process = new Process(); process.StartInfo.FileName = str; process.Start();